From e7b2bbdb5ef3fae3942638f7946360642abf7ebf Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 31 Aug 2005 14:28:15 +0000 Subject: [PATCH] More CET tweaks from Olaf. --- coto.c | 1 + defs.h | 1 + mapopolis.c | 3 +++ pathaway.c | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/coto.c b/coto.c index 07c835e31..7498212b0 100644 --- a/coto.c +++ b/coto.c @@ -412,4 +412,5 @@ ff_vecs_t coto_vecs = { data_write, NULL, coto_args, + CET_CHARSET_ASCII, 0 /* CET-REVIEW */ }; diff --git a/defs.h b/defs.h index f1bb85703..6e274dafa 100644 --- a/defs.h +++ b/defs.h @@ -610,6 +610,7 @@ char * strip_nastyhtml(const char * in); #define CET_CHARSET_ASCII "US-ASCII" #define CET_CHARSET_UTF8 "UTF-8" #define CET_CHARSET_MS_ANSI "MS-ANSI" +#define CET_CHARSET_LATIN1 "ISO-8859-1" #define str_utf8_to_cp1252(str) cet_str_utf8_to_cp1252((str)) #define str_cp1252_to_utf8(str) cet_str_cp1252_to_utf8((str)) diff --git a/mapopolis.c b/mapopolis.c index 55e73bd76..584d12409 100644 --- a/mapopolis.c +++ b/mapopolis.c @@ -316,4 +316,7 @@ ff_vecs_t mapopolis_vecs = { wr_deinit, data_read, data_write, + NULL, + NULL, + CET_CHARSET_ASCII, 0 /* CET-REVIEW */ }; diff --git a/pathaway.c b/pathaway.c index 8d9a8db09..3e06745a0 100644 --- a/pathaway.c +++ b/pathaway.c @@ -698,5 +698,5 @@ ff_vecs_t ppdb_vecs = { ppdb_write, NULL, ppdb_args, - "ISO-8859-1" + CET_CHARSET_ASCII, 0 /* CET-REVIEW */ }; -- 2.30.2